/** carousel.css */

.carousel-control {
    display: none;
    text-shadow: none;
    background-image: none !important;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus {
    color: black;
}
.carousel:hover .carousel-control {
    display: block;
}
.item {
    text-align: center;
}
